Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 9 - Camera Objects / Camera Objects Reference
Camera Objects Routines / Managing Cameras


Q3Camera_GetData

You can use the Q3Camera_GetData function to get the basic data associated with a camera.

TQ3Status Q3Camera_GetData (
TQ3CameraObject camera, 
TQ3CameraData *cameraData);
camera
A camera object.
cameraData
On exit, a pointer to a camera data structure.
DESCRIPTION
The Q3Camera_GetData function returns, through the cameraData parameter, basic information about the camera specified by the camera parameter. See "Camera Data Structure" on page 9-19 for a description of a camera data structure.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996